const encoding/pem.pemLineLength
4 uses
encoding/pem (current package)
pem.go#L185: const pemLineLength = 64
pem.go#L188: line [pemLineLength]byte
pem.go#L196: if l.used+len(b) < pemLineLength {
pem.go#L206: excess := pemLineLength - l.used
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |